projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20fafd
)
(lisp-font-lock-keywords-2): Add multiple-value-bind.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 2004 13:33:03 +0000
(13:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 2004 13:33:03 +0000
(13:33 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 044c414d84ebdd166f2c04855a7b81f9fd0255e2..3f5ba6fcf02d52b3be78f7554aa6f18d6f0171e9 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1910,6
+1910,7
@@
This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
"proclaim" "declaim" "declare" "symbol-macrolet"
"lexical-let" "lexical-let*" "flet" "labels" "compiler-let"
"destructuring-bind" "macrolet" "tagbody" "block"
+ "multiple-value-bind"
"return" "return-from"
"with-accessors" "with-compilation-unit"
"with-condition-restarts" "with-hash-table-iterator"